configuration / syncteam / references

CLI REST-API

nts1

The submenu nts1 (NTS1) contains the following:

Menus: none

Objects:
host (host)
enabled (enabled)
clock (clock)
source (source)
priority (priority)

Commands: none



See also:
/configuration/syncteam/members/[ID]/cfgsyncs
/configuration/syncteam/members/[ID]/host
/configuration/syncteam/members/[ID]/teamlink
/configuration/syncteam/members/[ID]/references: references
/configuration/syncteam/members/[ID]/username
/configuration/syncteam/members/[ID]/password
/configuration/syncteam/members/[ID]/queryflags
/status/syncteam/members/[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam/references/.*


Example using curl:
curl /api/configuration/syncteam/references/.*


Method: PATCH
URL: /api/configuration/syncteam/references/.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam/references/.*
-d "{
  \"objects\": \"new-values\"
}"


Method: DELETE
URL: /api/configuration/syncteam/references/.*

Example using curl:
curl -X DELETE /api/configuration/syncteam/references/.*